ActiveReports 12
LegendItemsCollection Constructor

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > LegendItemsCollection Class : LegendItemsCollection Constructor
The array whose elements are copied in the new collection.
Initializes new instance of the LegendItemsCollection class
Syntax
'Declaration
 
Public Function New( _
   ByVal itemsArray() As LegendItem _
)
public LegendItemsCollection( 
   LegendItem[] itemsArray
)

Parameters

itemsArray
The array whose elements are copied in the new collection.
See Also

Reference

LegendItemsCollection Class
LegendItemsCollection Members